home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / quikcmd2.zip / README.QC2 < prev    next >
Text File  |  1990-10-23  |  4KB  |  118 lines

  1.  
  2.  
  3.                             QUICK COMMAND ver 2.0
  4.  
  5.                 Copyright Dan Jincks 1989,1990  All Rights Reserved
  6.  
  7.                                     SHAREWARE
  8.  
  9.  
  10.        QUICK COMMAND is a shareware version of an integrated AutoCAD
  11.        enhancement package called SPEED COMMAND.  QUICK COMMAND does not
  12.        contain all of the features or commands found in SPEED COMMAND, but
  13.        all of the ones included are full featured.  Both packages were
  14.        written by a Design Engineer to make working in AutoCAD faster and
  15.        easier.  Users that register their use of QUICK COMMAND will now be
  16.        sent a copy of SPEED COMMAND at no extra charge.  The pricing of
  17.        QUICK COMMAND v2.0  has also been simplified, and believe it or not,
  18.        actually reduced.  Now it costs only $20 for complete registration.
  19.        See ORDERQC.DOC for details
  20.  
  21.        Each of the AutoLISP files has its own documentation.  None of the
  22.        AutoLISP files are encrypted or protected.  This way the user can
  23.        learn how the commands work and create their own variations or
  24.        similar commands.  The author wants the user to be able to do this.
  25.        You may not, however, publish or distribute parts of QUICK COMMAND
  26.        or any of the derivatives.  It is intended for free use by
  27.        registered users - but only at the site of registration.  You may,
  28.        however freely share or distribute complete unmodified copies of
  29.        QUICK COMMAND.  All files must be included.  This may be done so
  30.        long as no cost is charged for QUICK COMMAND itself.  A maximum
  31.        charge of $5 per copy is allowed to cover the costs of copying and
  32.        distribution.
  33.  
  34.        After a 30 day trial period, 1 copy must be purchased for each
  35.        workstation or terminal that any of QUICK COMMAND will be used on.
  36.        The ORDERQC.DOC is supplied to be printed out and used for that
  37.        purpose
  38.  
  39.        It should be noted that all of the AutoLISP was written to function
  40.        in AutoCAD release 10.  Almost all of it will work in Release 9.
  41.        Most of it will work in Version 2.6.
  42.  
  43.  
  44.                   Files Included in QUICK COMMAND ver. 1.0
  45.  
  46.  
  47.        README.QC1       This file
  48.  
  49.        READMEQC.BAT     Self displaying README.QC1
  50.  
  51.        BROWSE.COM       File displaying utility. [BROWSE filename] Esc to
  52.                         end, use the cursor keys & page up/page down.
  53.  
  54.        ORDERQC.DOC      A printable order/registration form.
  55.  
  56.        FASTCALC.LSP     A command line/transparent calculator.
  57.  
  58.        FASTCALC.DOC     Documentation for FASTCALC.LSP
  59.  
  60.        FASTLAYR.LSP     Layer manipulation commands.
  61.  
  62.        FASTLAYR.DOC     Documentation for FASTLAYR.LSP
  63.  
  64.  
  65.  
  66.        *
  67.  
  68.  
  69.  
  70.        BLOCKS.LSP       Block and Wblock commands.
  71.  
  72.        BLOCKS.DOC       Documentation for BLOCKS.LSP
  73.  
  74.        ZOOMBACK.LSP     Zooms back maximum without regens. 3D any UCS.
  75.  
  76.        ZOOMBACK.DOC     Documentation for ZOOMBACK.LSP
  77.  
  78.        SSETS.LSP        Ongoing Selection Sets "toolkit" of commands.
  79.  
  80.        SSETS.DOC        Documentation for SSETS.LSP
  81.  
  82.        FASTCMD.LSP      Keyboard Short Cuts with Menu Calling.
  83.  
  84.        FASTCMD.DOC      Documentation for FASTCMD.LSP
  85.  
  86.        BOOM.LSP         Explodes multiple entities in a drawing
  87.  
  88.        BOOM.DOC         Documentation for BOOM.LSP
  89.  
  90.  
  91.  
  92.                             Loading an AutoLISP file
  93.  
  94.  
  95.        To load an AutoLISP file, Type  (load "filename")  from the command
  96.        prompt while in a drawing.
  97.  
  98.        Only files ending in the .LSP extension can be loaded.
  99.  
  100.        Do not include the .LSP extension.
  101.  
  102.        The file name must be enclosed by " " .
  103.  
  104.        If the AutoLISP file is not in the current directory, a path must be
  105.        supplied.  Example   (load "C:/TEMP/filename")     Notice the use of
  106.        /  instead of the normal \ .
  107.  
  108.        To call up a loaded command, type the characters just following the
  109.        (defun C:    at the beginning of the AutoLISP file.
  110.  
  111.        If you actually NEEDED to read this section - It would be a good
  112.        idea to get out the AutoCAD and AutoLISP Reference manuals and read
  113.        up a bit.
  114.  
  115.  
  116.                                   ENJOY!!!!!!!!
  117. 
  118.